describe in brief.
How to create SQL server database in google cloud ?
741
07-Jan-2020
Updated on 07-Jan-2020
Nishi Tiwari
07-Jan-2020Create the SQL Server database
1. In the VM instances list, click the RDP link next to your SQL Server instance. Sign in with the username and password you set up during instance creation.
2. In the Windows Start menu, enter SQL Server 2014 Manage.
3. Right-click SQL Server 2014 Management Studio and select Run as administrator.
4. In the Connect to Server window, click Connect.
5. Right-click Databases and select New database.
6. Name the database of your requirement say “bookshelf”, and then click OK.